home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cudme373.zip / READ.ME < prev    next >
Text File  |  1993-01-13  |  10KB  |  194 lines

  1.  1/13/93 v 3.7
  2.  Colorado Utilities Disk Manager (CUDM) A high volume disk catalog system.  
  3.  The standard version supports up to 3,000+ records.  The Plus & Extended 
  4.  versions have an unlimited capacity.  Reads any disk size, including CD-ROM
  5.  drives interfaced through standard MS-DOS drivers.  Reads and catalogs 
  6.  internal directories of compression libraries (ZIP, LHA, PAK, ZOO, ARC, MD, 
  7.  etc).  Many search capabilities including imbedded strings, wild card, etc. 
  8.  Allows 410 characters of comments per catalog entry. Supports 25/43/50 line
  9.  screens.
  10.  
  11.  There are currently two versions of CUDM; the real mode version that uses
  12.  DOS standard memory and EMS (if available), and; the protected mode version 
  13.  that uses a DOS extender to access all of memory as if it were part of 
  14.  standard DOS memory. The Protected mode version requires a 386 or better 
  15.  with at least 1-meg of extended memory.
  16.  
  17.  The shareware release of each version has a capacity of approximately
  18.  8,000 records in each catalog file.  
  19.  
  20.  The registered release activates the appropriate memory driver to allow for 
  21.  virtually unlimited capacity in all of the catalog files. If you don't have
  22.  Expanded memory the Real mode version will activate a virtual memory driver
  23.  and use your disk like memory.
  24.  
  25.  While you may freely share this program it is copyrighted material and if 
  26.  you continue to use it after a reasonable period (30 days) you are expected 
  27.  to register it with the owner.  See the last page of the DOC file for 
  28.  information on registering.
  29.  
  30.   ****CAUTION The documentation contains high ASCII characters and is 
  31.   designed for a printer capable of outputting line characters ******
  32.  
  33.  Micro System Solutions         Orders 1-800-421-1789
  34.  5048 W. Maplewood Ave.         Questions 1-303-795-7653
  35.  Littleton, CO 80123            FAX 1-303-727-6870
  36.                         Support BBS 1-303-795-9583 (2400 N81)
  37. ------------------------------------------------------------------------
  38.  v3.3x   2/15/92 - 4/30/92
  39.      o  original release of v3.3
  40.      o  Fixed shared read for read only files
  41.         sometimes mistakenly id'd files as archives.
  42.      o  Fixed to retain comments and category on update.
  43.      o  Fixed field lengths to correct errors in updating diskettes.
  44.      o  Fixed routine which cleaned up file after updating.
  45.      o  Would delete all records which volumes higher in the alphabetic
  46.         chain than the one being updated.
  47.      o  Replaced the viewer with a faster one.
  48.      o  Added string searching in comments and multiple imbedded strings in
  49.         names.
  50.      o  Added the 'S' edit filter to split filenames.
  51.      o  Fixed a bug in the branding routine that left an extraneous set of
  52.         catalog files behind.
  53.      o  Fixed a bug that hung the PC when the viewer was opened for volumes
  54.         followed by files.
  55.      o  Improved speed in the user sort key function.
  56.      o  Added external record export feature. Available only in the Plus
  57.         version.
  58.      o  Added a routine to rebuild the indexes. This routine also re-counts
  59.         the records and maintains index order.
  60.      o  Incorporated the overlay file into the .EXE for easier product
  61.         distribution.
  62.       o  Added duplicate file check into the view screens.
  63.       o  External export program available to registered users.
  64.      o  Fixed bugs which prevented the search routine from selecting any
  65.         records and one which prevented the print routine from printing
  66.         anything but the file view. The extensive nature of the problem
  67.         warranted a new release number.
  68.      o  Fixed ZIP file expansions. Program was not checking for the proper
  69.      extention.
  70.      o  Added case insensitive search for comments.
  71.      o  Changed the category search to be case insensitive at all times.
  72.      o  Added capability to change the catalog name from within the default
  73.         dialog box.
  74.      o  Fixed the command line to actually change the catalog name. Added the
  75.         /diskdrive to the command line, example: /c will use drive C as the
  76.         default.
  77.      o  Fixed the printer select dialog to automatically retain the default
  78.         printer type.
  79.      o   Add compressed and double column printing.
  80.      o   Added support for nonstandard page sizes.
  81.  
  82.  v3.4x   5/12/92
  83.      o  Changed the format of the screen and print layout windows to a dialog
  84.         box to support buttons to save the layout.
  85.      o  Fixed a bug in the add/update routine which used the hard drive date
  86.         as the date for a floppy.
  87.      o  Fixed a bug in the update that caused an update to increment the
  88.         volume count. (Be sure to run the rebuild function to reset your
  89.         count).
  90.      o  System wasn't saving comments properly during an update.
  91.      o  Added an Import/Export capability in the form of external programs
  92.         available to registered users. These programs will be sent on the
  93.         distribution disk or will be available on the BBS in the REGUSERS
  94.         section.
  95.  
  96.  v3.5x   7/06/92 - 8/12/92
  97.     o  Changed the volume label routines to add the label to the
  98.        mediaID portion of the diskette boot record. (per DOS 4.x & 5.0)
  99.     o  Changed the record delete to take subordinate entries into account.
  100.        Deleting the volume now deletes all archives and files from that
  101.        volume. Deleting the archive deletes all files in the archive.
  102.     o  Moved the sequencing option to the menu. Improved the speed and
  103.        interface. See ORDER on the LIST menu.
  104.     o  Added a DEFAULT dialog option to include the drive letter in the
  105.        subdirectory field of the catalog record. Added this new flag to
  106.        the configuration file, so the new configuration version is 3.42.
  107.     o  Added Update/Add abort.  Hitting any key during operation will
  108.        abort the Update/Add.
  109.     o  Added a volume rename function. Alt-R will prompt for a new volume
  110.        name.
  111.     o  Added a Volume View option. (Kind of slow in this version, will
  112.        be speeded up in next release)
  113.     o  Corrected a design flaw which slowed down large updates.
  114.     o  Corrected a bug in the comment routines which failed to deallocate
  115.        memory after a comment was added. Systems would eventually run out
  116.        of memory and lock-up.
  117.     o  Fixed a bug in Screen and Print Layout windows. Prompts were
  118.        uppercase only.
  119.     o  Fixed a bug in the print routine which forced a "Printer head out
  120.        of position" error 18401.
  121.     o  Fixed a bug. The memo editor didn't release its buffer when
  122.        complete. Eventually the program would have all of memory and
  123.        choke.
  124.     o  Some macro systems take control of interrupt vectors which
  125.        conflict with CUDM when trying to shell to DOS.  Added code to
  126.        restore standard vectors and replace them upon return from DOS.
  127.        Also added code to completely shut-down the catalogs before
  128.        shelling out. This will protect the files if a proper exit from
  129.        the shell is not made.
  130.     o  Fixed a bug in the print routine which caused the print to abort
  131.        with a 18401 error on positional printers such as dot-matrix.
  132.     o  Added support for 43 and 50 line screen modes if operating on an
  133.        EGA or VGA screen.
  134.     o  Registered users now have access to a catalog only and a view only
  135.        commandline program.
  136.     o  Registered users now have access to a file cleanup program to fix
  137.        most errors.
  138.  
  139.  v3.6x 8/17/92 - 11/10/92
  140.     o  Fixed a new bug Unable to save comments or categories.
  141.     o  Fixed another v3.52 bug Unable to delete current entry.
  142.     o  Overlay was only using standard RAM. Fixed it to use EMS. System is
  143.        now much faster.
  144.     o  Fixed a problem with the way the registered version allocates and
  145.        releases EMS memory. This should make system sharing easier.
  146.     o  Added universal hot keys.
  147.        - AltX ... exits CUDM from anywhere in the program.
  148.        - AltA or F5 ... Begins quick catalog from anywhere in the
  149.          program.
  150.     o  Turned the mouse back on in the main menu. 
  151.     o  This release fixes the comment search routine. The original routine 
  152.        had an uninitialized case flag and as a result wouldn't search for 
  153.        case sensitive until at least one "ignore case" search was completed.
  154.     o  Fixed the DOS Shell option which worked fine for 25 line mode but
  155.        hung the system for 43 & 50 line modes. The allocated buffer used
  156.        to store the current window was too small.
  157.     o Added an option to add a Data Set manually.
  158.     o Corrected screen layout window. Volume and File windows were
  159.       switched.
  160.     o Fixed the volume selection window to accept more than 15 volumes.
  161.     o Moved the colors into the configuration file.
  162.     o Rewrote the setcolor program, now called DMCOLOR.EXE
  163.     o Renamed the CUDM.CFG file to CUDM.INI to pave the way to Windows.
  164.     o Added command line parameter "/NOEMS". This turns off all
  165.       use of EMS for those machines which have major memory 
  166.       compatibility problems as well as old EMS drivers.
  167.  
  168. NOTE ***********
  169.         Older version of HIMEM.SYS will hang the system when it tries to
  170.         allocate EMS. We recommend anyone having problems with system hangs
  171.         replace HIMEM.SYS with the version dated 3-10-92 3:10 or later.
  172.  
  173.  v3.7x 12/03/92 -
  174.     o Minor fixes to accomodate new version of software and compiler.
  175.     o Changed the branding routine. 
  176.     o Added a 'comment exists' notification character in the view screens. 
  177.       Look for a musical note next to the file name.
  178.     o Replaced the print routine with a smaller, faster one.
  179.     o Corrected a problem in the new print routine.
  180.     o Added a protected mode version which uses extended memory.
  181.       Distributed as CUDMExxx (CUDME3.EXE on Compuserve)
  182.     o Fixed the record limit test to properly reflect memory type and
  183.       capacity.
  184.     o Added a memo line to the status screen to show capacity.
  185.  
  186. v3.xx..... and beyond. Things to come.
  187.          Finally fix the label print routines and get it distributed.
  188.          (Sorry about the delay folks) Read comments from external sources.
  189.          Add duplicates only view. and much more.
  190.  
  191.  ------------------------------------------------------------------------
  192.  
  193.  
  194.